Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Messaging interface and MessagingStatic's ios property #1800

Merged
merged 1 commit into from
Jan 1, 2019

Conversation

josephktcheung
Copy link
Contributor

@josephktcheung josephktcheung commented Dec 31, 2018

Summary

According to documentation here and js implementation here, ios is a property of Messaging instance, not a static property of Messaging class. However, the current typescript typing is wrong, where ios is a static property not instance property of Messaging.

Checklist

  • Supports Android
  • Supports iOS
  • e2e tests added or updated in /tests/e2e/*
  • Updated the documentation in the docs repo
    • LINK TO DOCS PR HERE
  • Flow types updated
  • Typescript types updated

Test Plan

Release Plan

[TYPES][BUGFIX] [MESSAGING] - Fix Messaging interface and MessagingStatic's ios property bug

@CLAassistant
Copy link

CLAassistant commented Dec 31, 2018

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Dec 31, 2018

Codecov Report

Merging #1800 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1800   +/-   ##
=======================================
  Coverage   76.16%   76.16%           
=======================================
  Files          72       72           
  Lines        1838     1838           
=======================================
  Hits         1400     1400           
  Misses        438      438

2 similar comments
@codecov
Copy link

codecov bot commented Dec 31, 2018

Codecov Report

Merging #1800 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1800   +/-   ##
=======================================
  Coverage   76.16%   76.16%           
=======================================
  Files          72       72           
  Lines        1838     1838           
=======================================
  Hits         1400     1400           
  Misses        438      438

@codecov
Copy link

codecov bot commented Dec 31, 2018

Codecov Report

Merging #1800 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1800   +/-   ##
=======================================
  Coverage   76.16%   76.16%           
=======================================
  Files          72       72           
  Lines        1838     1838           
=======================================
  Hits         1400     1400           
  Misses        438      438

@Salakar Salakar merged commit c013eb4 into invertase:master Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants